home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sprite 1984 - 1993
/
Sprite 1984 - 1993.iso
/
src
/
lib
/
c
/
hash
/
RCS
/
Hash_DeleteEntry.man,v
< prev
next >
Wrap
Text File
|
1988-12-30
|
850b
|
51 lines
head 1.1;
branch ;
access ;
symbols ;
locks ; strict;
comment @@;
1.1
date 88.12.30.15.05.17; author ouster; state Exp;
branches ;
next ;
desc
@@
1.1
log
@Initial revision
@
text
@' $Header: Hash_DeleteEntry,v 1.1 86/11/19 17:12:54 ouster Exp $ SPRITE (Berkeley)
.so \*(]ltmac.sprite
.HS Hash_DeleteEntry lib
.BS
.SH NAME
Hash_DeleteEntry \- remove an existing entry from a hash table
.SH SYNOPSIS
\fB#include <hash.h>\fR
.sp
\fBHash_DeleteEntry\fR(\fItablePtr, entryPtr\fR)
.AS Hash_Table *tablePtr
.SH ARGUMENTS
.AP Hash_Table *tablePtr in
Table in which to delete entry.
.AP Hash_Entry *entryPtr in
Address of entry to delete (must exist in table). If NULL,
the procedure does nothing.
.BE
.SH DESCRIPTION
.LP
\fBHash_DeleteEntry\fR removes the given entry from the given table.
.SH KEYWORDS
delete, hash table
@